module Base
{

    item Stockings_Lynx
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Stockings Lynx,
        ClothingItem = Stockings_Lynx,
        BodyLocation = UnderwearExtra1,
        IconsForTexture = Stockings_Lynx;Stockings_Lynx2;Stockings_Lynx3,
        Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = Pants_Skinny_Ground,
    }


    item Tights_Lynx
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Tights Lynx,
        ClothingItem = Tights_Lynx,
        BodyLocation = UnderwearExtra1,
        IconsForTexture = Tights_Lynx;Tights_Lynx2;Tights_Lynx3,
        Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = Pants_Skinny_Ground,
    }





}
